import { ConfigInterface } from '../base-types'; export declare function shopifyFlow(config: ConfigInterface): { validate: ({ rawBody, ...adapterArgs }: import("..").ValidateParams) => Promise; }; export type ShopifyFlow = ReturnType; //# sourceMappingURL=index.d.ts.map