export declare function safeLoad(input: string): unknown;
export declare function safeDump(obj: unknown): string;
