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