import type { Version } from '../types/internal'; import type { Serial } from '../types/public'; import type { Interaction } from './common/types'; export declare function getSerial(version: Version): Interaction; //# sourceMappingURL=getSerial.d.ts.map