declare const _default: ({ host, path, css, }: { host: string; path: string; css?: boolean | undefined; }) => Promise; export default _default;