export declare interface ShopifyMetafield {
    key: string;
    value: string;
    value_type?: string;
    namespace?: string;
}
