export declare const genAddColumnCommand: (tableName: string, columnName: string, attribute: any) => string; export declare const genRemoveColumnCommand: (tableName: string, columnName: string) => string;