export interface InitializerExpressionableNodeStructure {
    initializer?: string;
}
