import { InputParams, ReturnParams } from './interfaces'; /** * Generic CID, defaults to base32 and dag-cbor for Any kind of data. * @typeParam T Type `T` is generic and it is used to get the latest child operation. With default export use generic type so this operation can be executed from the leaf child * @return output (CID string converted into SnByteArray) and decoder function */ export default function execute(params: T): Promise; export declare function snCid(params: InputParams): Promise; //# sourceMappingURL=module.d.ts.map