import { CssAst } from './css-ast';
export declare const parseCss: (text: string) => CssAst;
