import type { ConfigWithDefaults } from '../config/index.ts'; import type { EnvironmentResult } from '../environment/index.ts'; import type { Logger } from '../isomorphic/types.ts'; interface CreateAsyncReportResult { id: number; url: string; } export default function createAsyncReport(snapRequestIds: Array, config: ConfigWithDefaults, { afterSha, link, message }: EnvironmentResult, logger: Logger): Promise; export {}; //# sourceMappingURL=createAsyncReport.d.ts.map