declare module "deps-freeimage-raub" {
	/**
	 * Path to binaries
	 * Platform binary directory absolute path
	*/
	export const bin: string;
	/**
	 * Path to includes
	 * Include directory for this module
	*/
	export const include: string;
}
