export declare class WXSSParser { constructor(); parse(content: string, filePath: string): Promise; }