export declare function Never(): {
    result: boolean;
    message: string;
};
