import { Document } from './Manifest'; import { XMLItem } from './Styles'; export declare function getProjectColorsXMLPathAsync(projectDir: string): Promise; export declare function readColorsXMLAsync(colorsPath: string): Promise; export declare function writeColorsXMLAsync(colorsPath: string, colorsContent: any): Promise; export declare function setColorItem(itemToAdd: XMLItem[], colorFileContentsJSON: Document): Document;