import tsPaths from 'tsconfig-paths'; import ts from 'typescript'; interface GetTransformerOptions { sourcePath: string; tsLib: typeof ts; } export declare function getTransformer(options: GetTransformerOptions, matcher: tsPaths.MatchPath): (context: ts.TransformationContext) => ts.Transformer; export {};