/** * Returns the path to the StarCraft: Brood War graphics. * * The path is calculated based on the file structure of the module. */ declare function getBwGraphicsPath(): string; export { getBwGraphicsPath };