import { Madhab } from "./index";
import { ShadowMethod } from "../core/shadow";
/**
 * Shafi madhab configuration
 */
export declare const ShafiConfig: {
    /**
     * The madhab enum value
     */
    madhab: Madhab;
    /**
     * The shadow calculation method used for Asr
     */
    shadowMethod: ShadowMethod;
    /**
     * Preferred calculation method
     */
    preferredMethod: string;
    /**
     * Shadow length multiplier for Asr
     */
    shadowLengthMultiplier: number;
    /**
     * Description of the madhab
     */
    description: string;
};
