import { Schema } from 'effect'; export declare const testSchema: Schema.Struct<{ foo: Schema.Literal<["foo_value"]>; 'content-type': Schema.Literal<["application/json"]>; num: typeof Schema.NumberFromString; }>; //# sourceMappingURL=headersValidator.test.d.ts.map