import type { SourceCode, LineAndColumnData } from "../../types";
import type { VCSSStyleSheet } from "../ast";
export declare function parse(sourceCode: SourceCode, offsetLocation: LineAndColumnData, css: string, lang: string): VCSSStyleSheet;
