/** * This is a set of known redistributable files for Keyman for Windows that * should not be included in packages. It is not critical that this list matches * the current deployment; it is just for warning against accidental inclusion * of these files by package authors. Some redistributable files have been * intentionally excluded because they could legitimately be a different file * with the same name. * * This matches behaviour from the legacy package compiler; we may want to * reconsider how this is done in the future. * * These lists have been constructed from 17.0.109 alpha build. Filenames * intentionally in lower case. */ export declare const keymanForWindowsInstallerFiles: string[]; export declare const keymanEngineForWindowsFiles: string[]; export declare const keymanForWindowsRedistFiles: string[]; //# sourceMappingURL=redist-files.d.ts.map