export declare function useHint(text: string, fetchAction?: () => Promise<any>): Promise<any>;
