export declare type LexascmsRequestContext = {
    audienceAttributes: {
        [audienceAttribute: string]: string | number | boolean | null;
    };
};
