export declare const transformObj: (css: string) => any; declare const _default: ({ host, path }: { host: string; path: string; }) => Promise; export default _default;