export interface BlockOptions { block?: () => boolean | Promise; } export declare function block(value: any, options?: BlockOptions): boolean;