export declare type StringifySheetOptions = { resolveUrl?: (url: string) => string; uri?: string; }; export declare const stringifyCSSSheet: (sheet: any, options?: StringifySheetOptions) => any; export declare const stringifyCSSRule: (rule: any, options?: StringifySheetOptions) => string;