export declare const generateStackHash: (stack: string) => string;
export default generateStackHash;
