declare function getTransferables(data?: any[] | null, noCopy?: boolean): ArrayBuffer[];
export default getTransferables;
