import { FlagRouter } from "@jackchim/utils"; /** * Load feature flags from a directory and from the already loaded config under the hood * @param sourcePath */ export declare function featureFlagsLoader(sourcePath?: string): Promise; //# sourceMappingURL=feature-flag-loader.d.ts.map