export declare const decodeSnapshotTestFilenames: {
    "decode-snapshot": {
        snapshotToSave: {
            output: string;
            expected: string;
        };
        snapshotLoaded: {
            output: string;
            expected: string;
        };
        disassembly: {
            output: string;
            expected: string;
        };
    };
};
