/** * @typedef {import('../../src/dealer/api.js').AggregateRecord} AggregateRecord */ /** * @type {API.Tests} */ export const test: API.Tests; export type AggregateRecord = import('../../src/dealer/api.js').AggregateRecord; import * as API from '../../src/types.js'; import * as TestAPI from '../types.js'; //# sourceMappingURL=dealer.d.ts.map