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