import { TestCase } from "@playwright/test/reporter";
import { ActionType } from "./teamcity.model";
export type TextParts = Record<string, string>;
export declare const stringify: (data: any, space?: number) => string;
export declare const escape: (text: string) => string;
export declare const writeServiceMessage: (messageName: ActionType, parts: TextParts) => void;
export declare const getTestName: (test: TestCase) => string;
//# sourceMappingURL=utils.d.ts.map