import { FileMap } from '../generateClient'; /** * To ensure it is clear that this is generated code and shall not be lint checked. */ export declare function addPreambleToJSFiles(fileMap: FileMap): void; export declare function addPreamble(fileContent: string): string;