export declare function validateObjectUrl({ bucketName, key, objectURL, }: { bucketName?: string; key?: string; objectURL?: URL; }): void;