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