import type { AuthBootstrapResult, CloudConfig } from "../types.js"; export declare function bootstrapAuth(config: CloudConfig): AuthBootstrapResult;