/// /// declare namespace App { interface Locals { currentLocale: string; sdkCalls: Set; pageCaching: boolean; } }