export declare class ShipHero {
    apiSecret: string;
    username: string;
    password: string;
}
