export declare const sortEntries: (entries: string[]) => string[];
export declare function createPreviewEntry(options: {
    configDir: string;
    presets: any;
}): Promise<string[]>;
