import type ts from "typescript"; export interface RewriteImportTransformerOptions { extname: string; system: ts.System; ts: typeof ts; } export declare function createRewriteImportTransformer(options: RewriteImportTransformerOptions): ts.TransformerFactory;