export type EnvIdentifierCallback = (value: string, key: string, appRoot: URL) => Promise<string> | string;
