import { AppDeployment } from '@shipengine/connect-runtime';
import { FulfillmentProviderAppDefinition } from './fulfillment-provider-app-definition';
export declare const buildAppDeployment: (definition: FulfillmentProviderAppDefinition) => AppDeployment;
