export interface ShopifyConfigOut {
}
export declare const ShopifyConfigOutSerializer: {
    _fromJsonObject(_object: any): ShopifyConfigOut;
    _toJsonObject(_self: ShopifyConfigOut): any;
};
