import { type ImportDeclaration } from 'typescript';
export declare class Importer {
    private readonly imports;
    constructor();
    private randomise;
    private initPath;
    module(path: string): string;
    default(path: string): string;
    symbol(path: string, symbol: string): string;
    private sanitise;
    compile(): ImportDeclaration[];
}
//# sourceMappingURL=importer.d.ts.map