declare type CollectResult = { critical: string; other: string; }; export default function collect(html: string, css: string): CollectResult; export {};