import { type MagidocConfiguration } from './types'; export declare function parseConfiguration(content: unknown): MagidocConfiguration;