export declare const useSubscriptions: () => { isLoading: boolean; initialize: () => void; ready: boolean; error: boolean; };