import type { GetSourceFunction } from './getDocumentSource'; /** * @internal * When the clipboard content is retrieved programatically, the clipboard html does not contain the usual * attributes we use to determine if the content is from Excel. This function is used to handle that case. */ export declare const isExcelNotNativeEvent: GetSourceFunction;