import type { createRuntime } from '../runtime.js';
type Runtime = Awaited<ReturnType<typeof createRuntime>>;
export declare function handleAuth(runtime: Runtime, args: string[]): Promise<void>;
export declare function printAuthHelp(): void;
export {};
//# sourceMappingURL=auth-command.d.ts.map