export declare class UtilDocumentIdService {
    constructor();
    uuidLength: number;
    generateId(): any;
    isValid(id: any): boolean;
}
