export declare function yamlLoader<T>(_: string, content: string): T;
