import type { Options } from '../options'; import type { Preset } from '../presets/preset'; export declare const getPreset: (packageId: string, options: Options) => Promise;