export declare function createIwikiDoc({ prefix, spacekey, spaceId, contenttype, title, body, parentid, otherData, paasId, paasToken, }: { prefix: string; spacekey?: string; spaceId?: string; contenttype?: string; title?: string; body?: string; parentid?: string | number; otherData?: any; paasId: string; paasToken: string; }): Promise<{ code: string; msg: string; data: { id: string; docid: string; }; request_id: string; }>;