export interface ExperienceLocatorParts { projectId: string; experienceId: string; } export declare function experienceLocator(projectId: string, experienceId: string): string; export declare function parseExperienceLocator(locator: string): ExperienceLocatorParts; //# sourceMappingURL=locator.d.ts.map