export interface ImplementsClauseableNodeStructure {
    implements?: string[];
}
