declare const ensureFundOwner: (environment: any, spokeAddress: any) => Promise<void>;
export { ensureFundOwner };
