import type { CommandArgs } from '../wrapper.js';
import type { VerifyConfigOptions } from '../types.js';
export type JoinArgv = {
    apis: string[];
    'prefix-tags-with-info-prop'?: string;
    'prefix-tags-with-filename'?: boolean;
    'prefix-components-with-info-prop'?: string;
    'without-x-tag-groups'?: boolean;
    output?: string;
} & VerifyConfigOptions;
export declare function handleJoin({ argv, config, version: packageVersion, collectSpecData, }: CommandArgs<JoinArgv>): Promise<undefined>;
//# sourceMappingURL=join.d.ts.map