import { ISubmitPayoutPayload } from 'shop'; export declare const useShop: () => { submitPayout: (payload: ISubmitPayoutPayload) => Promise>; };