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