export declare const virtualMachineTestFilenames: {
    "hello-world": {
        bytecode: {
            output: string;
            expected: string;
        };
        snapshot: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
    addition: {
        bytecode: {
            output: string;
            expected: string;
        };
        snapshot: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
    "simple-branching": {
        bytecode: {
            output: string;
            expected: string;
        };
        snapshot: {
            output: string;
            expected: string;
        };
        html: {
            output: string;
            expected: string;
        };
    };
};
