import Identity from "..";
export declare const baseConfig: {
    host: string;
    key: string;
    secret: string;
};
export declare class BaseIdentityTest {
    Api: typeof Identity;
    apiConfig: {
        host: string;
        key: string;
        secret: string;
    };
}
