/**
 * Map of shared variables (shared between the SharedContext of the ClientSession and the browser Session instance) with property name and data type for that property.
 * More properties can be added using TypeScript declaration merging.
 */
export interface SharedVariables {
}
//# sourceMappingURL=SharedVariables.d.ts.map