/**
 * Created by IR on 3/18/17.
 */
import { CustomException } from "@intuitionrobotics/ts-common";
export declare class TestException extends CustomException {
    constructor(message: string);
}
