import { BaseService } from '../infrastructure'; declare class Keys extends BaseService { show(keyId: KeyId): Promise; } export default Keys;