import { WorkerOptions, WorkerResult } from './stylesheet-processor';
declare function processCss({ filePath, browserslistData, cssUrl, styleIncludePaths, basePath }: WorkerOptions): Promise<WorkerResult>;
declare const _default: () => typeof processCss;
export default _default;
