import { BaseIngredient } from '@azbake/core';
import { IIngredient } from '@azbake/core';
import { DeploymentContext } from '@azbake/core';
export { BaseIngredient };
export declare class IngredientFactory {
    static Build(name: string, ingredient: IIngredient, ctx: DeploymentContext): BaseIngredient | null;
}
