import type { ParsedPreset } from './types';
export declare function parsePreset(input: string): ParsedPreset;
