/** * 更新文件路径的查询参数 * @param filePath 文件路径 * @param objectQuery 查询参数对象 * @returns 更新后的文件路径 */ declare function updateFilePathQuery(filePath: string, objectQuery: Record, isAppend?: boolean): string; export default updateFilePathQuery;