/**
 * Key-Value type to support queryParams, extraQueryParams and claims
 */
export declare type StringDict = {
    [key: string]: string;
};
