/**
 * Check whether a node is an :export block
 */
export function isExportBlock(node: any): boolean;
