import { ShieldsIOOptions } from "../../options";
/** Label for Ansible Role (/ansible/role/:roleId) */
export declare const label = "Ansible Role";
/** URL for Ansible Role (/ansible/role/:roleId) */
export declare const url: (roleid: string, options?: ShieldsIOOptions | undefined) => string;
