import { IFeature, IFeatureLoaded } from "../interfaces";
export declare function createFeature(featureRecipe: IFeature): IFeatureLoaded;
export declare function createFeatures(featureRecipes: IFeature[]): IFeatureLoaded[];
export declare function getRecipesFromFolderStructure(customPath?: string | undefined): IFeature[];
