/** * Returns random generated identifier * @param prefix - identifier prefix */ export declare function generateId(prefix?: string): string;