/** A structure describing the metrics token result */
export interface MetricsToken {
    /** The url of the endpoint */
    endpoint: string;
    /** The token value */
    token: string;
}
//# sourceMappingURL=MetricsToken.d.ts.map