import { ASTReduction, ASTReductionType } from "."; export declare class None implements ASTReduction { type: ASTReductionType; }