import { CreateLabelFromRateTypes } from "."; /** * Performs client-side validation of the params passed in by the user. */ export declare function validateParams(params: CreateLabelFromRateTypes.Params): void;