import type FileRef from "#FileRef"; declare function value_not_streamable(x: unknown): import("@rcompat/error").TemplateError; declare function reached_fs_root(): import("@rcompat/error").TemplateError; declare function missing_path_for_copy(file: FileRef): import("@rcompat/error").TemplateError; declare function unknown_type(path: string): import("@rcompat/error").TemplateError; declare function target_not_streamable(x: unknown): import("@rcompat/error").TemplateError; declare const errors: { value_not_streamable: typeof value_not_streamable; reached_fs_root: typeof reached_fs_root; missing_path_for_copy: typeof missing_path_for_copy; unknown_type: typeof unknown_type; target_not_streamable: typeof target_not_streamable; }; export default errors; //# sourceMappingURL=errors.d.ts.map