import * as t from 'io-ts'; /** * A type that turns a string into a boolean */ export declare const BooleanFromString: t.Type;