import { BlockContract } from "./blockContract";
export interface Heading2Contract extends BlockContract {
}
