export declare type ParameterValuesType = {
    [key: string]: any;
};
