/** @noSelfInFile */ declare module '@asledgehammer/pipewrench/client' { export namespace lua.client.Tests {} export namespace lua.client.Tests.RecipeTests { /** @noSelf */ export const RecipeTestAll: () => any; /** @noSelf */ export const RecipeTestAvailableItems: () => any; /** @noSelf */ export const RecipeTestNumberOfTimes: () => any; /** @noSelf */ export const RecipeTestSelectedItem: () => any; } }