import { ValidateRoleOptions } from "../typings"; /** * Validates the role contained within a token against the allowed role(s) provided * @param options Options for validating the role */ export declare const validateRole: (options: ValidateRoleOptions) => void;