export declare function fatal(message: string): never;
export declare function exit(message: string): never;
