export declare function createRawData(): { set: (data: any) => void; get: () => any; };