import nock = require('nock');
export declare function nockGetSigningKey(params: {
    userId: string;
    enterpriseId: string;
    response: any;
}): Promise<nock.Scope>;
//# sourceMappingURL=apiNocks.d.ts.map