import type { AstroMetadata } from '@astrojs/internal-helpers/markdown';
import { type HastPluginDefinition } from 'satteri';
export type { AstroMetadata };
export declare function createAstroMetadataPlugin(metadata: AstroMetadata, filePath: string): HastPluginDefinition;
