import type { Args } from "../internal/parseArgs";
/**
 * Ensures that some shards exist.
 */
export declare function actionAllocate(args: Args): Promise<boolean>;
//# sourceMappingURL=actionAllocate.d.ts.map