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