export declare const getNumberId: (data: any[], idField: string) => number;
export declare const delay: (ms: number) => Promise<unknown>;
