export declare class MainGenerator {
    execute(sqlLibrary?: string | 'knex', gqlNoRoot?: boolean): string;
}
