export interface LokiTransportOptions {
    lokiUrl: string;
    labels?: Record<string, string>;
}
