import { QueryOptions, MatchOptions } from 'lambdaorm-base';
export interface StagePullOptions extends QueryOptions, MatchOptions {
}
