importtype { UploadInput, UploadOptions } from'../options.js';
/**
* Generate a fingerprint for a file which will be used the store the endpoint
*/exportdeclarefunctionfingerprint(file: UploadInput, options: UploadOptions): Promise<string> | Promise<null>;