import { type CloudflareAuthOptions } from "./auth.js"; export type CloudflareAccountId = string & { readonly __brand: "CloudflareAccountId"; }; export declare function CloudflareAccountId(options: CloudflareAuthOptions): Promise; //# sourceMappingURL=account-id.d.ts.map