export declare function wait(ms: number): Promise; export type UnionOmit = T extends T ? Omit : never;