export declare const encodeJsonProperty: (property: string) => string; export declare const toJson: (input: any, strict?: boolean) => any;