/// <reference types="jest" />
export declare const TEST_CONFIG: {
    username: string | undefined;
    password: string | undefined;
    apiUrl: string | undefined;
};
export declare const canRunIntegrationTests: () => boolean;
export declare const skipWithoutCredentials: () => jest.It;
export declare const resetApiUrl: () => void;
//# sourceMappingURL=setup.d.ts.map