export default class PercyClientService {
    percyClient: any;
    constructor();
    parseRequestPath(url: string): string;
    private clientInfo;
}
