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