import type { Payload } from '../../../../types/index.js';
export type LocalizeStatusArgs = {
    collectionSlug?: string;
    db: any;
    globalSlug?: string;
    payload: Payload;
    req?: any;
    sql: any;
};
export declare function up(args: LocalizeStatusArgs): Promise<void>;
//# sourceMappingURL=up.d.ts.map