import * as momento from '@gomomento/sdk'; import * as Effect from 'effect/Effect'; import { TextEncoder } from 'util'; import type { MomentoClientFactory } from '../index.js'; import { MomentoClientDeps, MomentoClientFactoryDeps } from '../index.js'; export declare const TEST_MOMENTO_AUTH_TOKEN = "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzcXVpcnJlbCIsImNwIjoiY29udHJvbCBwbGFuZSBlbmRwb2ludCIsImMiOiJkYXRhIHBsYW5lIGVuZHBvaW50In0.zsTsEXFawetTCZI"; export declare const ERROR_KEY = "ERROR_KEY"; export declare const EXCEPTION_KEY = "EXCEPTION_KEY"; export declare const TEXT_ENCODER: TextEncoder; export declare const MockMomentoClient: (__cache?: any) => momento.CacheClient & { __cache: any; }; export declare const mockMomentoClientEffect: (__cache?: any) => () => Effect.Effect; export declare const mockMomentoClientFactory: (__cache?: any) => MomentoClientFactory; export declare const mockMomentoClientFactoryDeps: (__cache?: any) => (self: Effect.Effect) => Effect.Effect>; export declare const mockMomentoClientDeps: (__cache?: any) => (self: Effect.Effect) => Effect.Effect>; //# sourceMappingURL=test.d.ts.map