import { JSONSchema7 } from 'json-schema'; import * as O from 'fp-ts/Option'; export declare const stripReadOnlyProperties: (schema: B) => O.Option; export declare const stripWriteOnlyProperties: (schema: B) => O.Option;