/// <reference types="node" />
export declare const hello48: Buffer;
export declare const inputs: {
    large: {
        input: string;
        hash: Buffer;
    };
    hello: {
        input: string;
        hash: Buffer;
    };
    goodbye: {
        input: string;
        hash: Buffer;
    };
};
