import { Configuration } from '../types/configuration'; declare function useConfiguration(): Configuration; export default useConfiguration;