export declare function once(cb: (...args: T[]) => void): (...args: T[]) => void;