import type { NotifyKitAndroidConfig, NotifyKitIosConfig } from './types'; type SerializeInput = { title: string; body: string; android?: NotifyKitAndroidConfig; ios?: NotifyKitIosConfig; }; export declare function serializeNotifeeOptions(input: SerializeInput): string; export declare function serializeData(data?: Record): string | undefined; export {}; //# sourceMappingURL=serialize.d.ts.map