import type { Command } from "@oclif/core"; import type { RequestMetadata } from "../types.js"; export declare function doneSelectingAssets(): Promise; export declare function promptRequestSubmission(cmd: Command, metadata: RequestMetadata): Promise;