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