import { Configuration } from '../typings'; declare const configurationSelector: (data: any) => Configuration; export default configurationSelector;