import type { PreviewQrCommandOptions } from '../preview/qr';
import type { OptionsUpload } from './upload_interface';
export declare function buildBundleUploadPreviewQrOptions(options: OptionsUpload, bundle: string): PreviewQrCommandOptions;
