interface Props { [s: string]: any; } declare const $writeFile: (filename: string, data: any | any[]) => Promise; declare const $osInfo: Readonly; declare const $url: (url: string) => URL; export { $writeFile, $osInfo, $url };