import { Interceptor } from '@grpc/grpc-js';
export declare const authInterceptor: (accessToken: string) => Interceptor;
