import { Logger } from '../logger';
export declare const panic: (logger: Logger, error?: Error) => void;
