#!/usr/bin/env node
export interface ProgramOptions {
    context?: string;
    projectConfig?: string;
    serverConfig?: string;
}
