import { ProcessOptions, Root } from 'postcss'; import { CSSObject } from './types'; export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): import("postcss/lib/lazy-result").default; export declare function safeParse(css: string, options?: ProcessOptions): Root; //# sourceMappingURL=parser.d.ts.map