blob: 668ad1af22b5bdfe0a79e8105ae5a2063d47fa43 [file] [log] [blame]
import * as postcss from 'postcss';
export const parse: postcss.Parser<postcss.Root>;
export const stringify: postcss.Stringifier;