export type { TelefuncFiles }; export type { Telefunction }; type Telefunction = (...args: unknown[]) => Promise; type FileExports = Record; type TelefuncFiles = Record;