import type { Command } from "commander"; export declare function configureMintTokenCommand(program: Command): Command; export declare function mintTokenCommand(options: unknown): Promise<{ token: string; expiresInSeconds: number; } | undefined>;