export declare class ServerCriticalException extends Error {
    constructor(message: string);
}
