export { default as getChannelByType } from './getChannelByType.ts' export type AnyFunction = (...args: any[]) => ReturnType export { delay } from './delay.ts'