export declare const prependImport: (name: string, file?: string) => string; export declare const stripImports: (names: readonly string[], inputFile: string) => string;