import type { RootContent } from 'mdast';
export declare const resolveRelease: (releaseTemplates: Record<string, string>, releaseQuery: string, lang: string, isMdx: boolean) => Promise<RootContent | RootContent[] | undefined>;
