import { ServiceError } from "@grpc/grpc-js";
export declare const getGrpcStatusDetails: (error: ServiceError) => {
    value: Uint8Array;
    typeUrl: string;
} | undefined;
