import type { Config, NormalisedConfig } from "./types"; import type { PartialAuthComponent } from "../../types"; export declare function normaliseAuthRecipe(config: Config): NormalisedConfig; export declare function selectComponentsToCoverAllFirstFactors( comps: PartialAuthComponent[], firstFactorIds: string[] ): PartialAuthComponent[] | undefined;