import type { KeyInfo } from './index'; export declare type KeyResults = { id: String; keys: KeyInfo[]; };