import { PresetConfig } from '../types';
export declare function loadCustomPresets({ configDir }: {
    configDir: string;
}): PresetConfig[];
