import type { MetaSession } from '@grafana/faro-core'; export declare function createSession(attributes?: MetaSession['attributes']): MetaSession;