export type PillContext = { type: 'environment'; name: string; value: string; isDefined: boolean; } | { type: 'contextFunction'; identifier: string; details: string; }; //# sourceMappingURL=pill-context.d.ts.map