export interface ProviderDeviceAuthDetails { verificationUri?: string; userCode?: string; requiresCodeInput?: boolean; inputPrompt?: string; } export declare function hasCompleteDeviceAuthDetails(details: ProviderDeviceAuthDetails): boolean; export declare function extractDeviceAuthDetails(output: string): ProviderDeviceAuthDetails; //# sourceMappingURL=provider-auth.d.ts.map