export declare type NeverType = "never";
export declare type Never = {
    type: NeverType;
};
export declare type ResolveNever = never;
