import type { IRawNetPacket, IRawReqPacket } from '../../../interface/rpc.js'; import { RawPacket } from './RawPacket.js'; declare class Notify extends RawPacket { constructor(packet: Omit, 'opcode'>); toPacket(): IRawNetPacket; get method(): string; get service(): string; private method_; private service_; } export { Notify }; //# sourceMappingURL=Notify.d.ts.map