export function importMetaUrl(): string {
  return import.meta.url;
}
