/** * Locale API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const locale: { /** @see detectLocale */ readonly detectLocale: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type LocaleApi = typeof locale; //# sourceMappingURL=locale.d.ts.map