import type { HappyPluginResourceMediaType } from "./types.js"; /** Returns the one media type both Rig and the development host publish for a resource path. */ export declare function happyPluginAppResourceMediaType(path: string): HappyPluginResourceMediaType | undefined; export declare function isHappyPluginImageMediaType(mediaType: HappyPluginResourceMediaType): boolean; //# sourceMappingURL=pluginAppResources.d.ts.map