import { CompilerOptions } from 'typescript'; export interface TypeScriptPathsPluginOptions extends Pick { } export declare class TypeScriptPathsPlugin { private _options; constructor(_options: TypeScriptPathsPluginOptions); apply(resolver: any): void; }