import { DonobuException } from './DonobuException';
/**
 * Thrown when attempting resolve a GPT configuration that does not exist.
 */
export declare class GptConfigNotFoundException extends DonobuException {
    readonly configName: string | undefined | null;
    constructor(configName: string | undefined | null);
}
//# sourceMappingURL=GptConfigNotFoundException.d.ts.map