export declare function retrieveDataFromEnvelope(id: any): any; export declare function DataEnvelope({ data, id }: { data: any; id: string; }): any;