export declare const isVirtualHostableS3Bucket: (
  value: string,
  allowSubDomains?: boolean
) => boolean;
