/** * Wait until the library is ready to sample traces * * @param timeout - Wait timeout in milliseconds * @returns Whether the library is ready */ export declare function waitUntilReady(timeout: number): Promise; /** * Forces the library to flush any buffered traces, metrics or logs */ export declare function forceFlush(): Promise; export { type Config } from "./config.js"; export { setTransactionName } from "./processing/transaction-name.js"; export { VERSION } from "./version.js"; //# sourceMappingURL=api.d.ts.map