export declare const PushNotification: import("scale-ts").Codec<{ text: string; deeplink: string | undefined; }>; import type { CodecType } from "scale-ts"; export type PushNotificationType = CodecType; //# sourceMappingURL=notification.d.ts.map