declare const useFlagsStatus: () => {
    flagsReady: boolean;
    flagsError: any;
};
export default useFlagsStatus;
