import type { Heading } from 'myst-spec';
import type { Contributor } from 'myst-frontmatter';
export declare function createArticleTitle(blockTitle?: string, authors?: Contributor[]): Heading[];
export declare function createReferenceTitle(): Heading;