export declare const rhinoImporterSupportedFileExtensions: Set<string>;
export declare const acceptedFileExtensions: string[];
export declare const BlobUploadStatus: {
    readonly Pending: 0;
    readonly Completed: 1;
    readonly Error: 2;
};
export type BlobUploadStatus = (typeof BlobUploadStatus)[keyof typeof BlobUploadStatus];
export declare const FileUploadConvertedStatus: {
    readonly Queued: 0;
    readonly Converting: 1;
    readonly Completed: 2;
    readonly Error: 3;
};
export type FileUploadConvertedStatus = (typeof FileUploadConvertedStatus)[keyof typeof FileUploadConvertedStatus];
export declare const fileUploadConvertedStatusLabels: Record<FileUploadConvertedStatus, string>;
//# sourceMappingURL=index.d.ts.map