import * as Effect from 'effect/Effect'; import * as unit from './index.js'; export declare const CORRECT_TEST_HMAC_VALUE = "test-hmac-value"; export declare const INCORRECT_TEST_HMAC_VALUE = "wrong-hmac-value"; export declare const TEST_SIGNATURE_HEADER_NAME = "x-test-signature"; export declare const TEST_SECRET = "test-secret"; export declare const HEADER_SIGNATURE_AUTHORIZER_TEST_DEPS: unit.HeaderSignatureAuthorizerDeps; export declare const mockHeaderSignatureAuthorizerDeps: (self: Effect.Effect) => Effect.Effect>; //# sourceMappingURL=index.test.d.ts.map