export declare const binaryRegionFilenames: {
    empty: {
        binary: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
    basic: {
        binary: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
    placeholders: {
        binary: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
};
