import type { ParsedCssFile } from "../types.js"; export declare function parseCss(path: string, source: string): Promise;