import type Ifi from '../../models/Ifi'; export declare const TEST_ORGANISATION = "58fe13e34effd3c26a7fc4b8"; export declare const TEST_ORGANISATION_2 = "58fe13e34effd3c26a7fc4c8"; export declare const TEST_PROFILE_ID = "dummy_profile_id"; export declare const TEST_PERSONA_ID = "58f113e34eabd3c26a7fc4c7"; export declare const TEST_PERSONA_ID_2 = "58f113e34eabd3c26a7fc4c8"; export declare const TEST_CONTENT = "dummy_content"; export declare const TEST_JSON_CONTENT = "[]"; export declare const TEST_OBJECT_CONTENT = "{\"foo\":1}"; export declare const TEXT_CONTENT_TYPE = "text/plain"; export declare const JSON_CONTENT_TYPE = "application/json"; export declare const TEST_INVALID_AGENT: { foo: number; }; export declare const TEST_ORGANISATION_OUTSIDE_STORE = "58fe13e34effd3c26a7fc4c7"; export declare const TEST_IFI: Ifi; export declare const TEST_OPENID_IFI: Ifi; export declare const TEST_ACCOUNT_IFI: Ifi;