import type { ISession } from '../../session/types.js';
import type { ProcessSiteOptions } from '../../process/site.js';
export declare function cleanSiteContent(session: ISession, info?: boolean): void;
export declare function ensureBuildFoldersExist(session: ISession): void;
export declare function buildSite(session: ISession, opts: ProcessSiteOptions): Promise<void>;
//# sourceMappingURL=prepare.d.ts.map