import { type TSchema, Type } from '@scalar/typebox'; /** * Work around for: https://github.com/sinclairzx81/typebox/issues/1264 */ export declare const compose: (...args: A) => ReturnType>; //# sourceMappingURL=compose.d.ts.map