export function longpress(node: any, duration: any): { update(newDuration: any): void; destroy(): void; };