declare const subjects: {
    NOTIFY_INTEREST: string;
    REGISTER_INTEREST: string;
    UNREGISTER_INTEREST: string;
    RAISE_INTENT: string;
    REGISTER_INTENT: string;
    UNREGISTER_INTENT: string;
    INTENT_ACTION: string;
    GET_CLIENT_DETALS: string;
    LAUNCH_PWA: string;
    LIST_PWAS: string;
    LIST_PWAS_RESP: string;
    REGISTER_APP: string;
    GET_LAUNCH_CONFIG: string;
    GET_LAUNCH_CONFIG_RESP: string;
};
export default subjects;
//# sourceMappingURL=subjects.d.ts.map