import { IParamsWithName, IParamsWithService } from '../base'; export interface IPullParams extends IParamsWithName, IParamsWithService { } export declare function pull(params: IPullParams): Promise; //# sourceMappingURL=index.d.ts.map