import { AccountKeyType } from '../core/enums'; export declare function inferKeyType(owner: string | Uint8Array): AccountKeyType;