export declare const build: (styleSheet: string, filePath: string, global?: string) => Promise<void>;
