import { Meta } from "@mdv/types/mdv-config"; export declare function useMeta(metaPath?: string | undefined, importType?: 'import' | 'fetch'): T extends string ? Promise : Meta;