export declare type GoToStoreProps = { appId?: string; blank?: boolean; search?: string; }; export declare const useGoToStoreCallback: () => ({ appId, blank, search }?: GoToStoreProps) => Promise; export declare const useGoToStore: ({ appId, blank, search, }?: GoToStoreProps) => () => Promise;