After these two declarations, why does `buildQuery.version` type-check?function buildQuery(): string { return ""; } namespace buildQuery { export const version = "1.0"; } const v = buildQuery.version;