import { StateChannelCloseV1 } from '../models/Transaction'; import type Client from '../Client'; import ResourceList from '../ResourceList'; interface ListParams { cursor?: string; } export default class StateChannels { private client; constructor(client: Client); list(params?: ListParams): Promise>; } export {}; //# sourceMappingURL=StateChannels.d.ts.map