import { Readable } from 'stream'; export declare function isStream(val: unknown): val is Readable; type DataProvider = (key: string, match: string) => unknown; export declare function template(format: string, data: object | DataProvider, regex?: RegExp, defaultVal?: string): string; export {}; //# sourceMappingURL=utils.d.ts.map