import { GoalWithFulfillment } from "@atomist/sdm";
export interface RiffDeploymentOptions {
}
/**
 * Goal for Riff deployment
 */
export declare class RiffDeployment extends GoalWithFulfillment {
    /**
     * Specify Riff deployment
     */
    constructor(opts?: Partial<RiffDeploymentOptions>);
}
