import { Resource } from '../app';
export declare const deployProcess: (resource: Resource, env: Record<string, string>) => Promise<void>;
