import type { PostJson, StoredAuthKey } from "./types.js"; export type EnsureAuthenticationOptions = { hardwareUuid: string; postJson: PostJson; endpointBase?: string; authRelativePath?: string; homeDir?: string; onLog?: (message: string) => void; }; export declare function ensureAuthentication(options: EnsureAuthenticationOptions): Promise; //# sourceMappingURL=auth-flow.d.ts.map