import { Allocations } from '@statechannels/client-api-schema'; import { SimpleAllocation, MixedAllocation } from '../../types'; export declare const externalEthAllocation: Allocations; export declare const internalEthAllocation: SimpleAllocation; export declare const externalMixedAllocation: Allocations; export declare const internalMixedAllocation: MixedAllocation; //# sourceMappingURL=example.d.ts.map