import type { Issuer } from './types.js';
export declare const identifyIssuer: (iccid: string) => Issuer | undefined;
