export interface IlpStreamInstruction { destination: string; sharedsecret: string; interval?: number; intervalvalue?: string; } //# sourceMappingURL=IlpStreamInstruction.d.ts.map