export interface ShopifyGuardsModuleOptions {
    apiSecretKey: string;
    headerHmac?: string;
    queryHmac?: string;
}
