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