import type { Config, NormalisedConfig } from "./types"; export declare function normaliseRecipeModuleConfig(config?: Config): NormalisedConfig;