export type AliasValue = `{${string}}`; export type WithAliasValue = T | AliasValue; export declare const ALIAS_PATH_SEPARATOR = ".";