/**
 * An interface describes additional metadata of a tracer.
 *
 * @since 1.3.0
 */
export interface TracerOptions {
    /**
     * The schemaUrl of the tracer or instrumentation library
     */
    schemaUrl?: string;
}
//# sourceMappingURL=tracer_options.d.ts.map