import type { LoreType } from '../../core/types.js';
interface AddOptions {
    initialContent?: string;
    type?: LoreType;
    why?: string;
    provinces?: string[];
    sigils?: string[];
    confidence?: number;
}
export declare function renderAddLore(options: AddOptions): Promise<void>;
export {};
//# sourceMappingURL=add.d.ts.map