declare class CSS {
    process(style: string, baseURL: string): Promise<string>;
}
declare const css: CSS;
export { css };
