import { t } from '../common'; export declare function ensureEntries(args: { name: string; codePath: string; templatesDir: string; pattern: string; targetDir: string; htmlFile?: string; stylesheets?: string[]; }): Promise; export declare function parseEntry(args: { value?: t.IEntryConfig; version: string; default: { title: string; codePath: string; }; paths: t.ISettingsPaths; htmlFilePrefix: string; }): t.IEntryDefs;