import * as PeerId from 'peer-id'; import { Certificate } from './certificate'; /** * Generate root certificate with one of the Fluence trusted key for one day. */ export declare function nodeRootCert(issuedFor: PeerId): Promise; //# sourceMappingURL=misc.d.ts.map