import { JsonCustomConvert } from "json2typescript"; export declare class StringToBooleanConverter implements JsonCustomConvert { serialize(value: boolean): string; deserialize(value: string): boolean; }