import { KeyringPair$Json } from '../types'; import { PairState } from './types'; export default function toJson({ address, meta }: PairState, encoded: Uint8Array, isEncrypted: boolean): KeyringPair$Json;