import type { Options } from './config';
import type { Metadata } from './generator';
import type { TsConfig } from './utils';
export declare function generateMetadata(input: Options | string | string[], tsconfig?: string | TsConfig): Promise<Metadata>;
//# sourceMappingURL=module.d.ts.map