import { Schema } from '../../../types'; export declare type ElementShardType = { id: string; address: string; quantity: string; }; export declare const privateElementShardSchema: Schema;