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