import type { ActionName, ActionProps } from '@interactjs/core/types'; export declare function warnOnce(this: T, method: (...args: any[]) => any, message: string): (this: T) => any; export declare function copyAction(dest: ActionProps, src: ActionProps): ActionProps; export declare const sign: (n: number) => 1 | -1;