export declare const deserializeNft: (schema: string, buffer: Uint8Array, locale: string) => { [k: string]: any; } | null;