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