import type { Sampled, Session } from '../types'; /** * Get a session with defaults & applied sampling. */ export declare function makeSession(session: Partial<Session> & { sampled: Sampled; }): Session; //# sourceMappingURL=Session.d.ts.map