import { SnGenericId } from '@sensio/types'; /** * Generic function for calculation of the Record CID * @FUCK fix this properly * @typeParam P Any piece of data */ export default function calculateRecordCid
(param: P): Promise; //# sourceMappingURL=calculateRecordCid.d.ts.map