import type { GuidelineConfig, GuidelineTypes } from './types'; /** * Returns the type of guideline based on a guideline key and a collection of guidelines */ export declare const getGuidelineTypeFromKey: (keys: string[], guidelines: GuidelineConfig[]) => GuidelineTypes;