export declare const TRANSFER_PATH: "/transfer/runner";
export declare const TRANSFER_METHODS: readonly ["push", "pull"];
export type TransferPath = typeof TRANSFER_PATH;
export type TransferMethod = (typeof TRANSFER_METHODS)[number];
//# sourceMappingURL=constants.d.ts.map