import { app } from '../../../../lexicons/index.js'; import { NotificationPreferences } from '../../../../proto/bsky_pb.js'; import { AppPlatform } from '../../../../proto/courier_pb.js'; type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial; } : T; export declare const protobufToLex: (res: DeepPartial) => app.bsky.notification.defs.Preferences; type LexPlatform = 'ios' | 'android' | 'web'; export declare function assertLexPlatform(platform: string): asserts platform is LexPlatform; export declare const lexPlatformToProtoPlatform: (platform: string) => AppPlatform; export {}; //# sourceMappingURL=util.d.ts.map