import { Command } from "commander"; export declare function createKeyCommand(name: string, opts: { expires?: string; hub?: string[]; agent?: string; grant?: string[]; readOnly?: boolean; trustLevel?: "public" | "standard" | "elevated" | "admin"; }): Promise; export declare function listKeysCommand(): Promise; export declare function revokeKeyCommand(id: string): Promise; export declare function registerAuthCommand(program: Command): void; //# sourceMappingURL=auth.d.ts.map