export declare const formatObject: (data: Record, unknown>, filepath?: string) => Promise; export declare const parseObject: (input: string | undefined) => Record, unknown> | undefined;