export declare function useUpdateCardSourceAsset(): {
    onSelectCard: () => Promise<void>;
    isUpdating: boolean;
};
