import type { Show } from "./definitions.js"; export declare function struct>(shows: { [K in keyof O]: Show; }): Show; export declare function tuple>>(...shows: T): Show<{ [K in keyof T]: T[K] extends Show ? A : never; }>; export declare const boolean: Show; export declare const number: Show; export declare const string: Show; //# sourceMappingURL=operations.d.ts.map