/**
 * Represents the signature for an on method.
 */
export declare type OnMethodSignature<T = any> = (event: T) => void | Promise<void>;
//# sourceMappingURL=OnMethodSignature.d.ts.map