///
export type KeeperStatus = 'in use' | 'blocked' | 'revoked';
export interface KeeperDef {
vkm: string;
status: KeeperStatus;
country: string;
company: string;
website?: string;
otif?: boolean;
}
export declare const keepers: KeeperDef[];
export declare const UICKeeperCodeMap: import("lodash").Dictionary;
//# sourceMappingURL=keepers.d.ts.map