import { Preset } from "../types.js"; export declare const presets: Preset[]; export declare function getPresetByName(name: string): Preset | undefined; export declare function getPresetNames(): string[]; //# sourceMappingURL=index.d.ts.map