export declare class NotImplError extends Error {
}
export declare function not_impl(): any;
export declare class HttpError extends Error {
    status: number;
    constructor(status: number, message: string);
    toString(): string;
}
