export declare const BlockResults: readonly ["SUCCESS", "FAILURE"]; export type BlockResult = (typeof BlockResults)[number];