import type { Args } from "../internal/parseArgs";
/**
 * Removes previously moved schema originals from the source database.
 */
export declare function actionCleanup(args: Args): Promise<boolean>;
//# sourceMappingURL=actionCleanup.d.ts.map