export interface FormatOptions { endOfLine: string; indent: string; indentLevel: number; linesBetween: number; endWithNewline: boolean; wrapLineLength: number; } export declare function formatCSS(css: string, options?: Partial): string; //# sourceMappingURL=format-css.d.ts.map