export declare function toml(path: string): any; export declare function tomlString(str: string): any; export default toml;