import type { ImportStatementParams } from '../types';
export declare class ImportStatementGenerator {
    static importStatement(input: ImportStatementParams): string;
    static importStatements(items: ImportStatementParams[]): string;
}
