import { DonobuException } from './DonobuException';
export declare class ToolRequiresGptException extends DonobuException {
    readonly toolName: string;
    constructor(toolName: string);
}
//# sourceMappingURL=ToolRequiresGptException.d.ts.map