/** * Checks whether the ROLLBAR_ACCESS_TOKEN environment variable is set. * @param env The environment variables to check. * @returns True if the Rollbar access token is available. */ export declare const canGetDefaultRollbarTransport: (env: Record) => boolean; //# sourceMappingURL=canGetDefaultRollbarTransport.d.ts.map