export declare function publish(filePath: string | undefined, options: { type: string; title?: string; content?: string; parent?: string; context?: string; refs?: string; schema?: string; alias?: string; headers?: boolean; fromCsv?: boolean; dryRun?: boolean; team?: string; folder?: string; metadata?: string; star?: boolean; attachAgent?: string; attachMount?: string; publicAsset?: boolean; visibility?: string; strict?: boolean; }): Promise;