import type { FileSystemModule, ToSSGAdaptorInterface } from '../../helper/ssg/index';
/**
 * @experimental
 * `denoFileSystemModule` is an experimental feature.
 * The API might be changed.
 */
export declare const denoFileSystemModule: FileSystemModule;
/**
 * @experimental
 * `toSSG` is an experimental feature.
 * The API might be changed.
 */
export declare const toSSG: ToSSGAdaptorInterface;
