import type { ISession } from '../session/types.js';
import type { SiteInitOpts } from './types.js';
import type { SiteWithContentDTO } from '@curvenote/common';
export declare function patchSiteWithContent(session: ISession, siteName: string, content: string): Promise<SiteWithContentDTO>;
export declare function init(session: ISession, name: string, opts?: SiteInitOpts): Promise<void>;
//# sourceMappingURL=init.d.ts.map