export declare const PREFIX: string; export declare const REQ_PREFIX: string; export declare const RES_PREFIX: string; export declare const DELIMITER: string; export declare const isReactOpenfinAct: (actType: string) => boolean; export declare const isReqAct: (actType: string) => boolean; export declare const isResAct: (actType: string) => boolean; export declare const makeReqType: (type: string) => string; export declare const makeResType: (type: string) => string; declare const _default: (type: string) => string; export default _default;