export interface InitializerSetExpressionableNodeStructure {
    initializer?: string;
}
