export declare class NoHandlersFoundError extends Error {
    constructor(msg?: string);
}
