import type { Metadata } from './options/metadata';
export declare const makeMetadataArgs: (metadata: Metadata) => string[];
