type TebdilKaidesi = {
    asıl: string | {
        baş: string;
        bel: string;
    };
    shift?: string | {
        baş: string;
        bel: string;
    };
    alt?: string;
};
export declare const harfTebdilleri: Record<string, TebdilKaidesi>;
export declare const sabitTebdiller: Map<string, string>;
export {};
