export declare const buildOpenApiMetaTag: ({ filePath, method, path, }: {
    filePath: string | undefined;
    method: string;
    path: string;
}) => string;
