export declare const cacheDir: (...pathParts: string[]) => string;
export declare function writeStyles(files: Set<string>): Promise<void>;
