export declare function getKeysInterceptor(client: any, { getKeysInterceptor }: {
    getKeysInterceptor: any;
}): (kid: any) => Promise<any>;
