export declare const srcToIlFilenames: {
    il: {
        output: string;
        expected: string;
    };
};
