export declare const ERC721_schema: { name: string; type: string; }[]; export declare const default_nft_schema: { name: string; type: string; }[]; export declare const file_schema: { name: string; type: string; }[]; export declare const soc_id_schema: { name: string; type: string; }[]; export declare const profile_schema: { name: string; type: string; }[]; export declare const link_schema: { name: string; type: string; }[]; export declare const like_link_template: { key: string; value: string[]; }[]; export declare const badge_link_template: { key: string; value: string[]; }[]; export declare const file_link_template: { key: string; value: string[]; }[];