import { AppInstance, StateChannel, TokenIndexedCoinTransferMap } from "../models"; import { ProtocolExecutionFlow } from "../types"; export declare const INSTALL_PROTOCOL: ProtocolExecutionFlow; export declare function computeInstallStateChannelTransition(stateChannel: StateChannel, proposal: AppInstance): StateChannel; export declare function getTokenBalanceDecrementForInstall(stateChannel: StateChannel, proposal: AppInstance): TokenIndexedCoinTransferMap; //# sourceMappingURL=install.d.ts.map