import { AvatarMakerConfig, AvatarPreset, FeatureFlags } from "../types"; /** * Get default feature flags for a preset */ export declare function getPresetFeatures(preset: AvatarPreset): FeatureFlags; /** * Apply preset configuration to a config object */ export declare function applyPreset(config: AvatarMakerConfig, preset: AvatarPreset): AvatarMakerConfig; /** * Filter parts based on preset */ export declare function filterPartsByPreset(config: AvatarMakerConfig): AvatarMakerConfig; //# sourceMappingURL=presets.d.ts.map