import AbstractBlock = AsciiDoctorJs.AbstractBlock;
export declare function isArrayOfBlocks(value: any): value is AbstractBlock[];
