import { BaseException } from './BaseException';
export declare class ParamNotResolveable extends BaseException {
    getDescription(): string;
}
