import { IJsDocTagInfo } from "../../module";
export declare const application_title: (schema: {
    description?: string | null | undefined;
    jsDocTags?: IJsDocTagInfo[] | undefined;
}) => string | undefined;
