export declare const setCustomHeaders: (headers: object) => void; export declare const getFacilityId: (key: string) => string; export declare const isJsonParseable: (value: object | any) => boolean;