import FastControllerException from './FastControllerException';
declare class FastControllerException_InvalidControllerPath extends FastControllerException {
    name: string;
    path: string;
    constructor(path: string);
}
export default FastControllerException_InvalidControllerPath;
export { FastControllerException_InvalidControllerPath };
