import { StylesXmlTaskType } from '../types/mod.types';
export declare function stylesXmlTask(args: {
    configPath: string;
    packageName: string;
    content: string;
    task: StylesXmlTaskType;
}): Promise<string>;
export declare function runTask(args: {
    configPath: string;
    packageName: string;
    task: StylesXmlTaskType;
}): Promise<void>;
export declare const summary = "styles.xml modification";
