export declare const formatState: (state: any) => {}; export declare const getGlobalState: (algodClient: any, appId: any) => Promise<{}>; export declare const searchGlobalState: (globalState: any, searchKey: any) => any;