#!/usr/bin/env node
import { Command } from './cli';
export declare const generateCodeSigning: Command;
