export declare function addCommentForStylesFiles(replaceable: Array<{
    sourceText: RegExp | string;
    comment: string;
}>, pattern?: string[]): void;
