export default class KeyStore { private partsLength; private keys; constructor(partsLength: number); getKey(...keyParts: string[]): symbol | null; }