import type { JwtVerificationConfig } from '@konker.dev/tiny-auth-utils-fp/jwt'; import * as Effect from 'effect/Effect'; import * as M from '../../http/contrib/index.js'; import { PathTokenAuthorizerDeps } from '../../http/contrib/pathTokenAuthorizer.js'; export declare const CORRECT_TEST_PATH_TOKEN_VALUE = "test-token-value"; export declare const TEST_SECRET_TOKEN_ENV_NAME = "test-secret-token-env-name"; export declare const JWT_AUTHENTICATOR_TEST_DEPS: JwtVerificationConfig; export declare const mockJwtAuthenticatorDeps: (self: Effect.Effect) => Effect.Effect>; export declare const PATH_TOKEN_AUTHORIZER_TEST_DEPS: PathTokenAuthorizerDeps; export declare const mockPathTokenAuthorizerDeps: (self: Effect.Effect) => Effect.Effect>; //# sourceMappingURL=kitchen-sink.test.d.ts.map