export type Config = string[]; declare const getConfigInjectable: import("@ogre-tools/injectable").Injectable<() => Promise, unknown, void>; export default getConfigInjectable;