import type { Args } from "../internal/parseArgs";
/**
 * Copies a PG from one database to another with no downtime.
 */
export declare function actionCopy(args: Args): Promise<boolean>;
//# sourceMappingURL=actionCopy.d.ts.map