import { type TestContext } from '../../types';
export declare function resolveMtlsCertificates(mtlsCertificates: Partial<TestContext['mtlsCerts']>, arazzoFilePath: string): {
    clientCert: string | undefined;
    clientKey: string | undefined;
    caCert: string | undefined;
};
//# sourceMappingURL=resolve-mtls-certificates.d.ts.map