import * as recast from 'recast'; export declare function findPropertyByName(ast: any, name: string): recast.types.namedTypes.Property | undefined; export declare function addOrReplaceItem(ast: any, node: any, name: string): void; export declare function addItemToArray(ast: any, node: any, name: string): void; export declare function reWriteChecklyConfigFile(data: string, fileName: string, dir: string): Promise;