import { type IGenAIUserContext } from "@gooddata/sdk-model"; export declare function buildContext(props: Partial): IGenAIUserContext; /** * @internal */ export declare function undefinedIfEmpty(value: T): T | undefined; /** * @internal */ export declare function mergeContexts(...contexts: (IGenAIUserContext | undefined)[]): IGenAIUserContext | undefined; //# sourceMappingURL=build.d.ts.map