import { ShippoService, ServiceOptions, App } from '../service';
export declare class ShippoPickups extends ShippoService {
    constructor(options: ServiceOptions, app: App);
}
