import { WildduckException } from "./http.exception";
export declare class WildduckNotImplementedException extends WildduckException {
    constructor(url: string, stack?: any);
}
