export declare class Shipstation {
    apiKey: string;
    labelFileFormat: 'PDF' | 'ZPL';
    includePackingSlip: boolean;
    orderNotifyWebhookId: string;
}
