import type { ApnsInterruptionLevel, NotifyKitApnsOutput, NotifyKitIosInterruptionLevel, NotifyKitPayloadInput } from './types'; export declare function toApnsInterruptionLevel(level: NotifyKitIosInterruptionLevel): ApnsInterruptionLevel; type BuildIosContext = { notifeeOptions: string; notifeeData?: string; collapseKey?: string; expiration?: string; }; export declare function buildIosApnsPayload(input: NotifyKitPayloadInput, context: BuildIosContext): NotifyKitApnsOutput; export {}; //# sourceMappingURL=ios.d.ts.map