import { BlockchainEnum } from "./common";

export declare interface FeedWithdrawal {
    blockchain: BlockchainEnum;
    identifier: string;
}
