export declare type UnionTypeWithFunction<T> = (args: any) => any | T;
