export interface AddOptions { content?: string; tags?: string; source?: string; confidence?: string; domain?: string; status?: string; json?: boolean; noQualityGate?: boolean; } export declare function runAdd(type: string, title: string, options?: AddOptions): Promise; //# sourceMappingURL=add.d.ts.map