/** * @typed/fp/struct is an extension of fp-ts/struct with an additional constructor. * @since 0.9.2 * @category Constructor */ export declare function make(key: K, value: V): { readonly [_ in K]: V; }; export * from 'fp-ts/struct'; //# sourceMappingURL=struct.d.ts.map