export function relocate(table: any, columns: any, { before, after }?: {
    before?: any;
    after?: any;
}): any;
