export declare function createID(length?: number, preventDuplicates?: boolean, byPattern?: boolean, patternID_?: number[], chars_?: string, usedIDs_?: string[]): string;
