import * as Effect from 'effect/Effect';
import * as unit from './pathTokenAuthorizer.js';
export declare const CORRECT_TEST_PATH_TOKEN_VALUE = "test-token-value";
export declare const INCORRECT_TEST_PATH_TOKEN_VALUE = "wrong-token-value";
export declare const TEST_SECRET_TOKEN_ENV_NAME = "test-secret-token-env-name";
export declare const PATH_TOKEN_AUTHORIZER_TEST_DEPS: unit.PathTokenAuthorizerDeps;
export declare const mockPathTokenAuthorizerDeps: (self: Effect.Effect) => Effect.Effect>;
//# sourceMappingURL=pathTokenAuthorizer.test.d.ts.map