export declare const specialKeys: {
    key: string;
    original: string;
    value: string;
}[];
