import { FileMap } from '../generateClient'; /** * To ensure it is clear that this is generated code and shall not be lint and type checked. * We still want to typecheck the generated code during our client tests => includeTSNoCheckPreamble = false. */ export declare function addPreambleToSourceFiles(fileMap: FileMap, includeTSNoCheckPreamble: Boolean): void;