export declare function updateAutoEntry(): Promise; export declare function getEntryByKey(key: string[], entry: any, rootPath: string): Promise; export declare function readCustomEntry(entry: any, rootPath: string, auto?: boolean): Promise;