import type { RemoteMessage } from './types/messaging'; interface RemoteMessageOptions { to: string; messageId: string; ttl: number; data: { [key: string]: string; }; collapseKey?: string; messageType?: string; } export default function remoteMessageOptions(messagingSenderId: string, remoteMessage: RemoteMessage): RemoteMessageOptions; export {}; //# sourceMappingURL=remoteMessageOptions.d.ts.map