import { Kobold } from '@kobold/core';
export declare function buildKoboldXIV(opts?: {
    path?: string;
}): Promise<Kobold>;
