import type { ISecretInfo } from '../tencent-doc/types';
export declare function updateQQMpResultToSheet({ result, accessToken, clientId, openId, bookId, sheetId, startRow, startColumn, }: ISecretInfo & {
    result: Record<string, any>;
    bookId: string;
    sheetId: string;
    startRow: number;
    startColumn?: number;
}): Promise<any>;
