import postcss from 'postcss';
import { Config } from './index';
export default function serialize(result: postcss.LazyResult, config: Config): string;
