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