export declare const createClientNotExistError: (key: string) => Error;
export declare const createInvalidWalletName: (name: string) => Error;
