import { BaseObject } from 'bc-minecraft-bedrock-types';
/** */
export interface Feature extends BaseObject {
    type: string;
}
//# sourceMappingURL=feature.d.ts.map