import type { NotifyKitAndroidOutput, NotifyKitPayloadInput } from './types'; type BuildAndroidContext = { collapseKey?: string; ttlSeconds?: number; }; export declare function buildAndroidPayload(input: NotifyKitPayloadInput, context: BuildAndroidContext): NotifyKitAndroidOutput; export {}; //# sourceMappingURL=android.d.ts.map