import type { grpc } from '@juzi/wechaty-grpc'; declare type GErrorCallback = (gerror: Partial, value: null) => void; export declare function grpcError(method: string, error: any, callback: GErrorCallback): void; export {}; //# sourceMappingURL=grpc-error.d.ts.map