import StableDiffusion from '@lmagder/node-stable-diffusion-cpp';
export declare function parseQuantization(filename: string): string | null;
export declare function getWeightType(key: string): number | undefined;
export declare function getSamplingMethod(method?: string): StableDiffusion.SampleMethod | undefined;
