export declare const itemModelPaths: {
    readonly yellowPartyhat: "osrs-tools/models/YellowPartyhat.obj";
};
export type ItemModelName = keyof typeof itemModelPaths;
export declare function getItemModelPath(modelName: ItemModelName): string;
export declare const yellowPartyhatModelPath: string;
//# sourceMappingURL=index.d.ts.map