import { TableClass } from "./table-class";
export declare class UpdateBuilder {
    private compiledTemplate;
    private compiledUpdateTemplate;
    constructor();
    renderUpdater(tables: TableClass[], relativePath?: string): string;
    private renderImportRow;
}
