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