/**
 * Flowtype definitions for signOperationalCertificate
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type {
  ParsedOperationalCertificate,
  Version,
} from "../../types/internal";
import type { OperationalCertificateSignature } from "../../types/public";
import type { Interaction } from "../common/types";
declare export function signOperationalCertificateV7(
  version: Version,
  operationalCertificate: ParsedOperationalCertificate
): Interaction<OperationalCertificateSignature>;
