import ts from "typescript"; export declare const normalizePath: (p: string) => string; declare const transformer: (_: ts.Program) => (context: ts.TransformationContext) => (sourceFile: ts.SourceFile) => ts.SourceFile; export default transformer;