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