export default class EditorIDService { getID(folder: string): string; setID(folder: string, id: string): void; private trim; }